CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C语言 队列

搜索资源列表

  1. mylist

    0下载:
  2. c语言实现的一个链表,非常通用,支持不同的数据类型。可以用来做队列,栈等的实现-a linked list c language, very common, to support different data types. Can be used for queues, stacks, etc. to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5602
    • 提供者:尹海龙
  1. Multi-level-queue-algorithm

    0下载:
  2. 采用多级反馈队列调度算法来模拟实现处理机的调度过程,C语言代码,在VC++6.0上调试通过。-Multi-level feedback queue scheduling algorithm to simulate the process of realization of processor scheduling, C language code, debug by VC++6.0.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2348
    • 提供者:Wilson
  1. QUEUE

    0下载:
  2. 队列 利用C语言来实现队列的各种操作 进队 出队等等各种操作-Queue queue using C language to implement the various operations teams out into the various operations teams, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:659
    • 提供者:
  1. 2011os_asn1

    0下载:
  2. c语言编写的多线程生产者消费者的程序,采用环形队列-c language multi-threaded program producers and consumers, using circular queue
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:1693
    • 提供者:sengyu
  1. snake

    0下载:
  2. 贪吃蛇,按WASD控制蛇的移动,整个文件用C语言,其中用到了队列-According to the movement of the control snake WASD keys are
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:杨俊
  1. recycl-queue-

    0下载:
  2. 循环队列算法的c语言实现,在ST系列的芯片中测试通过,可以结合DMA使用-Circular queue algorithm c language, in the ST series of chip test can be used with DMA
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:824
    • 提供者:he omega
  1. matching

    0下载:
  2. 严蔚敏的数据结构(C语言版),栈与队列只括号匹配算法实现-Yan Wei-min data structure (C-language version), stack and queue in parentheses matching algorithm only
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4691
    • 提供者:1457987661
  1. Data-Structure

    0下载:
  2. 严蔚敏的数据结构(c语言版),关于链表、堆栈、队列、树和图等。-Yan Wei-min data structure (c-language version), on the lists, stacks, queues, trees and maps.
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:26132584
    • 提供者:邵远
  1. jinchengkongzhi

    0下载:
  2. 进程控制实验 每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 本实验要求用C语言编程实现创建n个进程的创建函数creat;根据进程的优先数把就绪进程插入就绪队列的排序函数sort;打印就绪进程PCB信息的函数check;以及进程的撤销函数destroy。 -
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:89017
    • 提供者:刘恋
  1. datastruct

    0下载:
  2. 数据结构(C)用语言版 堆栈 队列 树datastrcut c语言版-c help
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5640273
    • 提供者:夜郎俊杰
  1. Welon

    0下载:
  2. 约瑟夫问题。。。适用于数据结构队列。C语言新手可以下载-Joseph problems. . . For the queue data structure. You can download the C language novice
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:696
    • 提供者:子苏
  1. linkqunue

    0下载:
  2. 迷宫问题c语言解决,队列 站 迷宫求解问题,最短路径同时求解 迷宫代码-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:142586
    • 提供者:zl
  1. tingchechangguanlixitong-

    0下载:
  2. 停车场管理系统 用c语言编辑的停车场管理系统 栈和队列-ting che chang guan li xi tong yong c yu yan bian ji de ting che chang guanli xi tong
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-06
    • 文件大小:358097
    • 提供者:jiang
  1. Process-scheduling

    0下载:
  2. 将进程的基本状态分为三种:运行、就绪、等待。 选用C语言编写程序,构造就绪和等待两个队列,根据不同的情况分别对就绪和等待两个队列进行出队和排队处理,并在计算机屏幕上给出相应的提示,如:“进程进入等待”、“进程进入就绪”、“进程开始运行”。-Process scheduling,include Function,be ready and waiting
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:25906
    • 提供者:mier芊
  1. IPC

    0下载:
  2. linux课本第4章,IPC通信,基于消息消息队列的,纯C语言编写-IPC communication, the message queue, C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1049
    • 提供者:vivian
  1. huiwen

    0下载:
  2. 用栈和队列判断你输入的一句话是不是回文,c语言写的。-Determine palindrome using stack and queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1005
    • 提供者:吴仕
  1. Software-based

    0下载:
  2. 计算机软件基础是c语言的衍生,对堆栈,队列,查询方式,树等都有详细的介绍-Computer software is based on a derivative of c language, on the stack, queue, query method, trees are described in detail
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:791974
    • 提供者:me
  1. duilie

    0下载:
  2. 队列,------------c语言程序,适合初学者-Queue,------------ c language program, suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:186302
    • 提供者:wang
  1. circleQueue

    0下载:
  2. 使用C++语言实现的一个循环队列操作,简单易懂-use the language of C++ to achieve a circle queue, easily understood
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1623
    • 提供者:常智华
  1. QueueTest

    0下载:
  2. C语言实现队列的多态性。能用循环队列对任何数据类型进行操作。-The source code uses C to realize the polymorphism of Loop Queue
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:3061
    • 提供者:Stefan Ming
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com